put "Exporting line length data to a file to be found in the HyperCard folder."
repeat with i = 21 to 70
get cd fld i
repeat with j = 1 to number of lines of it
put J &&length of line j of it into line j of temp
end repeat
put line 1 of cd fld i &return & temp & return &return after temp3
put empty into temp
end repeat
put "Lines " &the short date into FileName
open file FileName
write FileName &return &return to file FileName
write temp3 to file FileName
close file FileName
play "Harpsichord"
put empty
hide msg
else
hide me
end if
end mouseUp
-- part 140 (button)
-- low flags: 80
-- high flags: A003
-- rect: left=434 top=0 right=17 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: Export Music
----- HyperTalk script -----
on mouseUp
set cursor to 4
if optionKey() is not down then
put short name of this stack &" Songs " & the short date into fileName
put NewFileName("New name for this file:", FileName) into FileName
go this cd
if FileName is empty then
beep
exit mouseUp
else
get FileName
repeat with i = number of chars of it down to 1
if char i of it is not ":" then
put char i of it before temp
else
exit repeat
end if
end repeat
set cursor to 4
put "Exporting data from song fields to TEXT file: " "e &temp "e
put "•" &temp &return &return into temp
repeat with i = 21 to 70
if first char of cd fld i is not "•" then put "•" before cd fld i
put cd fld i &return &return after temp
end repeat
open file FileName
write temp to file FileName
close file FileName
put empty
hide msg
play "harpsichord"
end if
else
hide me
end if
end mouseUp
-- part 152 (button)
-- low flags: 80
-- high flags: A003
-- rect: left=357 top=0 right=17 bottom=435
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: Import Music
----- HyperTalk script -----
on mouseUp
set cursor to 4
if optionKey() is not down then
get fileName("TEXT")
go this cd
if it is empty then
beep
exit mouseUp
else
put it into inFile
put "true" into eof
put "True" into firstTime
end if
-- Can't think how to test for proper data, so it's up to you
answer "Is this TEXT file properly formatted? -- with" &return &"• (option-8 delimiter) (Line 1) as first item." &return &"•SongField Name (Letter-Number) for rest." with "Yes" or "No"
if it is "No" then
beep
exit mouseUp
end if
set cursor to 4
get inFile
repeat with i = number of chars of it down to 1
if char i of it is not ":" then
put char i of it before temp
else
exit repeat
end if
end repeat
put "Importing song data from TEXT file: " "e &temp "e
open file inFile
repeat 51
if firstTime then
read from file infile until "•"
read from file infile until "•"
put "False" into firstTime
else
read from file infile until "•"
delete last char of it
put "•" before it
repeat with i = number of lines of it down to 1
if number of words of (line i of it) = 0 then delete line i of it
end repeat
put it into cd fld (char 2 to 3 of it)
end if
end repeat
close file infile
play harpsichord
put " Done."
wait 2 seconds
put empty
hide msg
else
hide me
end if
end mouseUp
-- part 153 (button)
-- low flags: 80
-- high flags: A003
-- rect: left=18 top=0 right=17 bottom=77
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: lock/unlock
----- HyperTalk script -----
on mouseUp
if optionKey() is not down then
repeat with i = 1 to 18
set locktext of cd fld i to not lockText of cd fld i
end repeat
else
hide me
end if
end mouseUp
-- part 154 (button)
-- low flags: 80
-- high flags: A003
-- rect: left=77 top=0 right=17 bottom=136
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: Headers
----- HyperTalk script -----
on mouseUp
set cursor to 4
if optionKey() is not down then
put "Exporting song header data to a file to be found in the HyperCard folder."
repeat with i = 21 to 70
put line 1 of cd fld i &return & line 2 of cd fld i & return &return after temp3
end repeat
put "Headers " &the short date into FileName
open file FileName
write FileName &return &return to file FileName
write temp3 to file FileName
close file FileName
play "Harpsichord"
put empty
hide msg
else
hide me
end if
end mouseUp
-- part 137 (field)
-- low flags: 81
-- high flags: 0007
-- rect: left=0 top=0 right=342 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 10
-- part name: AutoMusiconHelp
----- HyperTalk script -----
on mouseUp
set cursor to 4
cleanScreen
if optionKey() is down then
show cd btn "Line Length"
show cd btn "Import Music"
show cd btn "Export Music"
end if
lock screen
hide me
set scroll of me to 0
unlock screen with zoom in
end mouseUp
-- part contents for card part 30
----- text -----
A1
B1
C1
D1
E1
F1
G1
H1
J1
K1
-- part contents for card part 33
----- text -----
A2
B2
C2
D2
E2
F2
G2
H2
J2
K2
-- part contents for card part 34
----- text -----
A3
B3
C3
D3
E3
F3
G3
H3
J3
K3
-- part contents for card part 37
----- text -----
A4
B4
C4
D4
E4
F4
G4
H4
J4
K4
-- part contents for card part 38
----- text -----
A5
B5
C5
D5
E5
F5
G5
H5
J5
K5
-- part contents for card part 54
----- text -----
Jukebox
Instructions
Six Plays for a Quarter
-- part contents for card part 57
----- text -----
Chopsticks
Greensleves
Rollin'
Old Man River
Let There Be
Impossible Dream
Scarborough Faire
Guantanamera
They All Laughed
It Ain't Necessarily
-- part contents for card part 58
----- text -----
Mairzy Doats
Goatherd
Raindrops
Never Fall in Love
Satin Doll
Love Call
Who Wrote the Book
Rising Sun
Chipmunks
Happiness
-- part contents for card part 59
----- text -----
Turkey in the Straw
Okie from Muskogee
All I Really Wanna
Times Are Changin'
Sing, Sing, Sing
Takin' a Chance
Worry Song
Beautiful Candy
Yellow Brick Road
Johnny B. Goode
-- part contents for card part 60
----- text -----
California Girls
Fun, Fun, Fun
Rag
Brotherhood
Amazing Grace
Perfect Harmony
Swanee
Pollution
Rage
In The Tavern
-- part contents for card part 70
----- text -----
•A1 - blowin'in the wind
Whistling,250
Bb4h Bbq Bb C5h Bb4q Ab Bbh Gq F Ebh. Gq Bbh Bbq C5h Bb4q Ab Bbw.
G4q Ab Bbh Bbq Bb C5h Bb4q Ab Bbh Gq F Ebh. Gq Bbh Bbq G Abh Abq Gq Fw.
G4q Ab Bbh Bbq Bb C5h Bb4q Ab Bbh Gq F Ebh. Gq Bbh Bbq Bb C5h Bb4q Ab Bbw. rq
G4q Abh Abq Gq Fh. Fq Ge Gq. Gq F Ebh. Gq Abh Abq G Fe Fq. Ebq D Ebw. rw
-- part contents for card part 77
----- text -----
•A2 - Chopsticks
Piano, 100
G4e G G G G G G G G G G G B B B B A B C5 C C C B4 A G G G G G G G G G G G G B B B B A B C5h Ee Dq Ce B4q Ae G G G G B A G G G G B A G G G G G E5e Dq Ce B4q Ae G G G G B A G G G G A B C5
-- part contents for card part 78
----- text -----
•A3 - mairzy doats
Trumpet, 150
F4q Ce Ce De Gq. Fe Fe Ce Ce De Gq. Fe Fe Ce Ce Dq Eq Fe Ge Ae Bbe C5h A4q Ee Ee F#e Bq. Ae Ae Ee Ee F#e Bq Ae Gq Gq Gq Aq C5w
C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C C C5 C4 C Cq D5 Ch C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C# D D5 D4 E Fw
C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C C C5 C4 C Cq D5 Ch C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C# D D5 D4 E Fh. rs
G4h C5 Ce C5 A4 C5 Bb4q A Gh A# Ae A F G Ah G C5 Ce C A4 C5 Dq C G4e G E G Aq B C5h rs
C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C C C5 C4 C Cq D5 Ch C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C# D D5 D4 E Fw
C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C C C5 C4 C Cq D5 Ch C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C# D D5 D4 E Fh. rs
G4h C5 Ce C5 A4 C5 Bb4q A Gh A# Ae A F G Ah G C5 Ce C A4 C5 Dq C G4e G E G Aq B C5h rs
C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C C C5 C4 C Cq D5 Ch C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C# D D5 D4 E Fw
C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C C C5 C4 C Cq D5 Ch C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C# D D5 D4 E Fh. rs
G4h C5 Ce C5 A4 C5 Bb4q A Gh A# Ae A F G Ah G C5 Ce C A4 C5 Dq C G4e G E G Aq B C5h rs
C4q C5e C Cq C4e C Cq Bbe Bb Bbq A C G4e G Gq Fe G A F D5q Ch C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C# D D5 D4 E Fh.
C4e C C C5e Cq Ch. C4e C De D5e Dq Dh. D4e D E E5e Eq Eh. E4e E F F5 C A4 A5 F C A4 F4w
-- part contents for card part 84
----- text -----
•B4 -- okie from muskogee
Elect. Piano,250
G4e Bbq. Bb Bbe Bb C5q Bb4q. Abq G Fe Ebw. Ge G Bbq. Bbq Bb C5 Bb4 Abe Gq. Fw. Abq Ab Ab Ab Ab G F F Eb Dw. Bbq Bb Bb Bbe Abq. Gq F Eb D Ebw.
G4e Bbq Bbq. Bbe Bbq. Bbe C5 Bb4q. Abq G F Ebw. Ge Bbq Bb Bbe Bbq. C5q Bb4 Abe Gq Fw. Abq Ab Ab G Ab G Fe Fq Ebe Eb Dw. B4bq Bb Bb Bbq. Abe G Fq. Ebq De Ebw.
G4e Bbq. Bb Bbe Bb C5q Bb4q. Abq G Fe Ebw. Ge G Bbq. Bbq Bb C5 Bb4 Abe Gq. Fw. Abq Ab Ab Ab Ab G F F Eb Dw. Bbq Bb Bb Bbe Abq. Gq F Eb D Ebw.
G4e Bbq Bbq. Bbe Bbq. Bbe C5 Bb4q. Abq G F Ebw. Ge Bbq Bb Bbe Bbq. C5q Bb4 Abe Gq Fw. Abq Ab Ab G Ab G Fe Fq Ebe Eb Dw. Bbq Bb Bbq Bb. Abe G Fq. Ebq De Ebw.
-- part contents for card part 85
----- text -----
•B5 - Fun,Fun
Elect. Guitar,150
B4q Ae B B A A C5q B4e B Aq F#e F# A A D5 Eq Dh. B4e B A B B A C5q Ce B4q Ae A F# F# A B Ae Aq Ew B4e B A B B A C5q Ce B4q Ae A F# F# A A D5 Eq Dh. rs A4q B A D5 D C# C#e C# B4 B B B C#5 C# E Eq Dw
B4e B A B B A C5q. B4e B A A F# F# Aq D5e Eq Dh. B4e B A B B B A C5q B4e B A A F# F# A B A Aq Ew B4e B A B B A A C5q B4e B A A F# F# Aq D5e Eq Dh. rs A4q B A D5 D C# C#e C# B4 B B B C#5 C# E Eq Dw
-- part contents for card part 87
----- text -----
•C1 - Time for us
English Horn,110
G4e Bb A Dq. De F D Gq. Ge F Eb Fq. Fe Eb D Cq. Ds C Bb3e C4 Dq. Ge Bb A Dq. De F D Gh re Ge C5h. A4h re De Bbq. Ae G F Bb A Gq F Gh re
B4be D5h re Bb4e C5h re De Ebh re Ce Dh re Bb4e C5h re Ab4e Bbh re Ge Ah re Fe Gq.
G4e Bb A Dq. De F D Gq. Ge F Eb Fq. Fe Eb D Cq. Ds C Bb3e C4 Dq. Ge Bb A Dq. De F D Gh re Ge C5h. A4h rs De Bbq. Ae G F Bb A Gq F Gh. re
-- part contents for card part 90
----- text -----
•C3 - Raindrops
Perc,150
A4q Ae. As Bbe. As Ge. Fs Aq. re rq re. Cs C5q Ce. Cs De. Cs Bb4e. As Aq Bbq Gq Fq E5q rq De. Cs A4e. Es E5q. re Dq. re Cq Ce. A4s Bbe. C5s Bb4e. As C5q Ce. A4s Bbe C5q. rq
F4q F G A4q Ae. As Bbe. As Ge. Fs Aq. re rq re. Cs C5q Ce. Cs De. Cs Bb4e. As Aq Bbq Gq Fq E5q rq De. Cs A4e. Es E5q. re Dq. re Cq Ce. A4s Bbe. C5s Bb4e. As C5q Ce. A4s Bbe C5q. rq
F4q F G A4h rq. C5e. G4q rq. rs Ae. Bb4e. rs Aq Gq. Fe. Ae. rs Gq. Aq Bbe. D5e. rt Cq. rq re A4s D5e Cq Cq. re A4s E5e Dq Cq. A4e. Gq. rt Fe. Ae. Gh. re rw
A4q Ae. As Bbe. As Ge. Fs Aq. re rq re. Cs C5q Ce. Cs De. Cs Bb4e. As Aq Bbq Gq Fq E5q rq De. Cs A4e. Es E5q. re Dq. re Cq Ce. A4s Bbe. C5s Bb4e. As C5q Ce. A4s Bbe C5q. rq
F4q F G Ah. rh Fe. Fs D5e. Cs F4q Aw
-- part contents for card part 91
----- text -----
•C4 - All I
Elect. Piano,250
Eb5h Ebq De Dq. De De Ch Cq Bb4h Ebh Ebq Dh Dq Ch C4q Bb3h.
Eb5h Ebq Dh Dq Ch Cq Bb4h Bbq Ebe Ebh re Ebe Dh Dq Ch Cq Bb3h Bb3q
C#4e Dq G4 Gq. C#e Dq Gh re D#e Eq A Aq. D#e Eq Ah re Bq B A G Be Bq Aq. Gq rq Ae. Gs Aq Ae. Gs Aq Ae. Gs Ah C#e Dq G Gq. C#e Dq Gq Gq. D#e Eq A Aq. D#e Eq Aq Aq
C5e. Cs Ce. Cs B4e. Bs Aq Ge. Gs Ge. Gs Fe. Fs Eq A4e. G#s Ae. Be. rs As Gq C5q rh.
B4q Bb A A# B Bbe A4q Ae Bq C5q B4 A B C5q B4e Aq Ae A#q B4q Bb A A# B Bbe Aq Ae Bq C5 B4 A B C5 B4e Aq Ae C5q D5q C D C De D Cq De Cq. re Dq C5e Dq C D Ce Dq Cq. Eb5h Ch A4h F#h Gq. Ae Bq C5 D G4 G re
C#4e Dq G4 Gq. C#e Dq Gh re D#e Eq A Aq. D#e Eq Ah re Bq B A G Be Bq Aq. Gq rq Ae. Gs Aq Ae. Gs Aq Ae. Gs Ah C#e Dq G Gq. C#e Dq Gq Gq. D#e Eq A Aq. D#e Eq Aq Aq
C5e. Cs Ce. Cs B4e. Bs Aq Ge. Gs Ge. Gs Fe. Fs Eq A4e. G#s Ae. Be. rs As Gq A4e. G#e Ae. Be. rs As Gq Ae. G#s Ae. Be. rs As Gq C5q
-- part contents for card part 93
----- text -----
•D1 - Turn
Marimba,180
Eb4q Ebq. Ebe Bbq Bbq. Bbe C5 Bb4 Abh Abe Ge Fh Ebq Ebq. Ebe Bbq Bbq. Bbe Abq G Fq Bbh Bb4e Bb Ebh Ebe Eb Bbh
Bbe Bb C5h Ce C Ab4h Ge Abe Bbq. Bbe Bb Bb Bbq Ab Ge G Fq Gq. Fe Ebh Ge Ab Bbh Ge Abe Bbh C5e D Ebq. De C Ebe Dq Bb4 Ge Bb Abq G F Ebh.
-- part contents for card part 94
----- text -----
•D2 - Ribber
cello,100
Bb4e Ab Gq Gq Bbe Ab Gq Bb C5 Eb Bb4e Ab Gq G Bbe Abe Gq Eb Fh
G4e F Ebq Eb Ge F Ebq Eb F Ab Ge F Ebq Eb Ge F Ebq F Ebh
D5q Bb4 C5q. Ebe Dq Bb4 C5q. Ebe Dq Bb4 C5 Eb D Bb4 C5h
Bb4q G Aq. C5e Bb4q G4 A4q. C5e Bb4q G Aq. C5e Bb4q G Abh
Bb4e Ab Gq G Bbe Ab Gq Bb C5 Eb Bb4e Ab Gq G Bbe Ab Gq Ab Fh
Ab4e G Fq F Abe G Fq F G Bb Abe G Fq F Abe G Fq G Ebw
Bb3q Bb C4e Ebq Ce Bb3q Bb C4e Ebq Fe Gq G Fe Ebq Fe Gq Bb C5e Bb4q C5e Bb4q Bb Ge Fq Ge Bbq Bb Ge Fq Ge Ebw
Bb3e Bbq Bb C4e Ebq Ce Bb3q Bb C4e Ebq Fe Gq Bb C5e Bb4q C5e Ebq Eb De Cq De Bb4q Bb Ge Fq Ge Bbq Bb Ge Fq Ge Ebw
D5q Bb4 C5q. Ebe Dq Bb4 C5h De. Ds Bb4q C5e. Cs Ebq D Bb4 C5h Bb4q G Ah Bbq G Ah Bbe. Bbs Ge. Gs Aq C5e. Cs Bb4q G Fh
Bb3q Bb C4e Ebq Ce Bb3q Bb C4e Ebq Fe Gq Bb C5e Bb4q C5e Eb5q Eb Fe Ebq Fe Gq G Fe Ebq Fe Gq G Fe Ebe Fq Ebw
-- part contents for card part 95
----- text -----
•D3 - never fall in love again
Bottle,200
G4q Ge G Bbq Bbe Bb Ebq Ebe Gq. re Ge Cq Ce C Abq Abe Abq Bb G Fq. Dq De D Bbq. Bbe Bbq Ge Abq Bbq. C5w Ab4e G Ab G Ab Fq. Gbh rh Gh rh C5h Bb4e Ab G F Eb D Ebw
rq Bbq Abe G F Eb Fh. Ebe Ebh. rq Ebe Fq Ebe Ebq Fe Ebq C5 Bb4e Gq Fe Ebq Ge G Aq G A G Ae Bbq Gq. Fe F Fq rq re Fe Bbq Bbe C5 D5q Bb4
G4q Ge G Bbq Bbe Bb Ebq Ebe Gq. re Ge Cq Ce C Abq Abe Abq Bb G Fq. Dq De D Bbq. Bbe Bbq Ge Abq Bbq. C5w Ab4e G Ab G Ab Fq. Gbw Gh rh C5h Bb4e Ab G F Ebq Dq Ebw
-- part contents for card part 96
----- text -----
•D4 - Times
Elect. Guitar,220
G4q Ge Gq. Gq Ge Gq. Ge A Gq. Gq Bw rq D5e D Dq D D De Cq. B4q A A A Aq
G4q G G G Gq. Ge Gq Ah Ge A Bw rq D5e D Dh Dq D C B4 A Aw
D5e D D Dq. Dq De D Dq D D D D Dh
B4e C5 Dh. Dq C B4q A4h. G4
G4q Ge Gq. Gq Ge Gq. Ge A Gq. Gq Bw rq D5e D Dq D D De Cq. B4q A A A Aq
G4q G G G Gq. Ge Gq Ah Ge A Bw rq D5e D Dh Dq D C B4 A Aw
D5e D D Dq. Dq De D Dq D D D D Dh
B4e C5 Dh. Dq C B4q A4h. G4
-- part contents for card part 97
----- text -----
•D5 - Brotherhood
Bell,250
Bb3q Bbe Eb4q Eb re Gq Ebe Fq F re Bb3q Bbe D4q D re Fq De Ebq Ebq re Bb3 re Bb4q Bb re Db5q Bb4e C5q C re Cq Ce Bb4q Bb Dq De Ebq.
Eb4 F G4 rq C5q. Ce B4q C5e Ce Bb4q Abq rh Bbq. Bbe Aq Bbe Bb Abq G rh Abh Gq Ab F G Ab G Gb G Ab Bb G F Eb rq C5h B4q C5e Bb4q Abq. Ebq rq Bbh Aq Bbe Abq Gq. Ebq Ab G Ab F D Bb3 D4 F Ebh rh
Bb3q Bbe Eb4e Eb Eb re Gq Ebe Fe Fe Fq re Bb3q Bbe D4e De Dq re Fq De Ebe Ebe Ebq re Bb3 re Bb4q Bb Bbe Db5q Bb4e C5q C re Cq. Bb4e Bb Bb Bb Dq De Ebq.
Eb4 F G rq C5q. Ce B4q C5e Ce Bb4q Abq rh Bbq. Bbe Aq Bbe Bb Abq G Ebq r Abq. Abe Gq Abe Ab Fq G Ab rq Gh Abq Bbe Bb Gq F Eb4q r C5h Cbq C Bb4 Ab Eb r Bb Bb A Bb Ab G Eb Ab G Ab Bb C5 Ab4 F D Bbw rh
B4q C5 Bb4 C5 C# D C#e Dq. Bb4q Eb5w.
-- part contents for card part 98
----- text -----
•E1 - San Francisco
Voice,200
G4q Bbh Aq Gh Bbq Aq Fh rh Fq Gh Gq Gh Fq Dw rq Dq Ebh Fq F#h Aq Bbw rq Gq Bbh Bbq Ah Aq Fw rq Fe F Gbq. Gbe Gb Gb Ebh Ebe Eb Fq. Fe F F Db Dbq rq Dbe Cq C Dh. De D Bbq. Ae Gq. Ae Fw
rq Dq Eb G Fw rq Gq Aq. Bbe G Ch. rq Cq B3 C4 Gw rq Bbq Gq. Fe Dh rh rq Dq Eb Eq Fq Ebe Ds Ebs Fh. rh Gq Aq Ge Fes Gs Ah. Aq Abq. Ae Bbw rq C5q A4q. Ce Fh rq Ge F Ebq
re De Ebq G Fw rq Gq Aq. Bbe G Cw re Cq B3q C4 Aw rq Aq Bbq C5 Dw rq Dq C#q Dq. Ebh. Dq B4h C5q D C G4h. rq Gq Gb G Eb5h. Fq Dh D Bb4w
-- part contents for card part 99
----- text -----
•E2 - let there
SaxLo,200
C4h. Ch B3q C4h Dq Eh Fq G C Aq Gh Cq Dw.
E4h. Eh Eq F#h Gq Ah C5q B4 G A Bh C5q B4w
G4q C5h. A4h C5q B4 Gw Ah Aq Gh Fq Gw.
Gh Eq F# G A B Dw Dq C5h Cq B4h Aq Gw.
Ch. Ch B3q C4h Dq Eh Fq G C A Gh Cq Dw.
E4h. Eh Eq F#h Gq Ah C5q B4 G A Bh C5q B4w.
Gq C5h Cq C B4 C5 Ch Cq C B4q C5 Ch Cq B4h C5q Dw.
C5h. B4h D5q Ch A4q Gh Gq A B C5 Dh Cq Cw.
-- part contents for card part 100
----- text -----
•E3 - satin doll
Piano, 200
A4e Gs Ae Gq Aq. re Aq. Ge Aq. Be. As Be Aq Bq. re Bq. Ae Bq. re D5q. Ce Dq. re Bb4q. Abq Bbe Gw re
A4e. Gs Ae Gq Aq. re Aq. Ge Aq. Be. As Be Aq Bq. re Bq. Ae Bq. re D5q. Ce Dq. re Bb4q. Abq Bbe Gw re
G4e C5q Bb4e. As Ge. As Bbq C5q Bb4e. As Ge. As Bbe C5w re C5e De. Cs B4qe Ae. re Bs C5q De. Cs B4e. Ae. re Bs C5e Dw re
A4e. Gs Ae Gq Aq rs Aq. Ge Aq. Be. As Be Aq Bq rs Bq. Ae Bq. re D5q. Ce Dq. re Bb4q. Abq Bbe Gw. rw
-- part contents for card part 101
----- text -----
•E4 - Sing, Sing, Sing
Bb Clarinet,250
B4h A G A re Bq Be Aq A G A Bh E5q E B4h E5q E B4h Bq G A B A Ge Eq. rq
B4h A G A re Bq Be Aq A G Ae Bh re E5q E B4h E5q E B4h Bq G A B A Ge Eq.
G4q G A B G B Ah D5q D D C B4 G Gq rq G4q G A B G B Ah Bq D5 D E B4 G Gq re
Bh A G4 A re Bq Be Aq A G A Bh E5q E B4h E5q E B4h Bq G A B A G Ew
-- part contents for card part 102
----- text -----
•E5 - Amazing Grace
Harpsichord,120
b2q e3h g#e e g#h f#q eh c#q b2h q e3h g#e e g#h f#q bw rq g#3q b. re b g# eh b2q c#3h ee c# b2h q e3h g#e e g#h f#q ew rq
-- part contents for card part 103
----- text -----
•F1 - SF
SaxLo,300
G4h G Eq Gh. Aq B C5 Dh Cq A4h Gq A G C5h A4q Gh Eq D D Dw
G4h G Eq Gh. Aq B C5 Dh Cq A4h Gq A G C5h C4q Dh Cw.
B3q E4 F# G A B G F# Bh B Bw Dq G A B C5 D B4 A4 D5h D Dw
G4h G Eq Gh. Aq B C5 Dh Cq A4h Gq A4 C5 Dh Cq Dh Eq Cq Dh Cw
-- part contents for card part 104
----- text -----
•F2 - Impossible
Pizz Strings, 150
D4e Fq. re De Eb F Eb D Fh. re Fe Gq. re Ebe F G F Eb Gh. re Ge Aq. re De Eb F G A Bb Ebh Fe Ghq. re Ce D Eb F G Ah. re
D4e Fq. re De Eb F Eb D Fh. re Fe Gq. re Ebe F G F Eb Gh. re Ge Aq. re De Eb F G A Bb Ebh
F4e G4q. re Ebe F G A Bb C5h. Bb4e C5 Bb4 D5q. rq Bb4e Bb C5 Bb4 D5q. rq Bb4e Bb C5 Bb4 D5e A4q. rq Bbe C5 Bb4 A C5h G4e Bb A G Bbq. rq Ge A Bb A G Bbq. re Bb4e C5 D C Bb4 D5 C Bb4 D5 C Bb4 D5 Eb D Ch. re
C5e D Ebq. re De C Eb D C Ebq. re De Eb D C B4b Ah. re A4e Bb4 C5q. re Bb4e A C5 B4b A C5q. re Bb4e C5 Bb4 A G Gbh. re
D4e Eb Fq. re De Eb F Eb D Fh. re Ebe F Gq. re Eb4e F G F Eb Gh. re F4e G Aq. re De Eb F G A Bb Ebw re Bbe D5q. re Bb4e C5 D C Bb4 F5w.
-- part contents for card part 105
----- text -----
•F3 - love call
Raven,150
Bb3e C4 Eb G C5h. re Bb4s C5s Bb4h. re3 A4e3 Ab4e3 Gw.
Bb3e C4 Eb G C5h. re Bb4s C5s Bb4h. re3 A4e3 Ab4e3 Gw
G4q Bb D5 F Ebe F Ebq D Ch. re Bb4e G4 Bb4 C5w
Ebq D C Eb De Eb Dq C Ab4h. re Ge F Ab G Eb Fq
Bb3e C4 Eb G C5h. re Bb4s C5s Bb4h.3 re A4e3 Ab4e3 Gw.
Eb4e G Bb Db5 Fh. re Ebs Fs Ebh re Dq Dbe Cw
Eb5e Db B4 Eb5w re Fh Gq Eb C Bb4h
Bb3e C4 Eb G C5h. re Bb4s C5 Bb4h C5 Ebw.
-- part contents for card part 106
----- text -----
•F4 - taking a chance
Elect. Piano,200
rq G4h Gq G Fe Fh re Fe E F D5q F4 F Ee Eh rq E4h Eq E De Dh re Cq3 D C B3q A4q Gw
rq G4h Gq G Fe Fh re Fe E F D5q F4 F Ee Eh re rq Eh4 Eq E De Dh re Cq3 D C B3q D4 Ch.
C4q Bb C5e Dq Ce Bb4q D5q. A4 C5q C5q. G4 Bbq Ah.
C4q Ab Bbe C5q Bb4e Abq C5q. G4q. Bbe A Bbq F Ab E Gw
rq G4h Gq G Fe Fh rq Fe E F D5q F4 F Ee Eh rq Ee A C5 Eq E E De Dh re
C5q3 D C B4q D5 Ch
-- part contents for card part 107
----- text -----
•F5 - I'd Like to Teach
Bottle, 170
D4e Cq De Fq. De Cq. De Fq. Fe Gq A G Ae Gh. re Aq Ge Aq C5q. A4q Ge Aq C5q. A4q F G Fe Dq Ch. re
D4q C De Fq. De Cq. De Fq. Fe Gq A G Ae Gh. rq Ae Gq A C5 A4 Ge Aq C5q. A4q F G F De Fh rh
D4e Cq D F De Cq. De Fq. Fe Gq A G Ae Gh. re Aq G A C5e A4q Gq. Ae C5q. A4q F G F De Fq
A4e A Bb Aq F4q. re F3e C3q rq Fq F4e F F Eq Fe Gq.re F3e C3q rq G3q re Ge Gq re A4e Gq A C5 A4 G4e Aq C5q. A4q F G F De Fq. A3e A3e Bbe Ah
D4e Cq De Fq. De Cq. De Fq. Fe Gq A G Ae Gh. re Aq Ge Aq C5q. A4q Ge Aq C5q. A4q F G Fe Dq Ch. re
D4q C De Fq. De Cq. De Fq. Fe Gq A G Ae Gh. rq Ae Gq A C5 A4 Ge Aq C5q. A4q F G F De Fh re rq.
D4e Cq D F De Cq. De Fq. Fe Gq A G Ae Gh. re Aq G A C5e A4q Gq. Ae C5q. A4q F G F De Fw
-- part contents for card part 108
----- text -----
•G1 - What the world
Elect. Piano,120
E4q G D5h Dq B4h Dq D5h Dq B4h. A4e. Gs Ae. Es Gh Eq Gq Bh re. Ds Be. As Aq Ee. Gs D5h Dq B4h Dq D5h Dq B4h. Ae. Gs Ae. Es Gh Eq G4q Be. As Bw rh re.
F#s F#e. F#s F#q Gq Ae. Bs F#q F#h. Bq. F#e Eq Gq. Be Aq Bq. Ge De3 Ee Eh. G4q. De Eq Gq. Be Aq Bq. Ge De3 Ee Eh F#s Ge3 Ge Gh rq. Ee. Es F#e. Gs Ah.
E4q G D5h Dq B4h Dq D5h Dq B4h. A4e. Gs Ae. Es Gh Eq Gq Bh re. Ds Be. As Aq Ee. Gs D5h Dq B4h Dq D5h Dq B4h. Ae. Gs Ae. Es Gh Eq G4q Be. As Bw rq
Ae. Gs Ae. Es Gh Eq Gq D5h E5q B4h. Ah. Gw
-- part contents for card part 109
----- text -----
•G2 - scarborough
Bb Clarinet,120
D4h Dq A G A Eq. Fe Eq Dh. Ah C5q D5q. C5e A4q B G Ah Aq D5h D4q Fh Gq A G F De Cq. Dq Dh Aq Gh Fq E D C Dh D Dq A G A
Eq. Fe Eq Dh. Ah C5q D5q. C5e. A4q B G Ah Aq D5h D4q Fh Gq A G F De Cq. Dq Dh Aq Gh Fq E D C Dw.
-- part contents for card part 110
----- text -----
•G3 - who wrote
Trumpet,175
A4q G A G F Fh Aq Ge Gq Fe Gq F Gh rq Gq A G A G F F D D G F G F Gh rq Aq C5 C C C F4 Fe Gq A Bbh rh Bbe Bbq Bbe Bbq Bb Aw rw
A4q G A G F Fh. Ge Gq Fe Gq F Gh rq Ge G Aq G A G A G Fh Gq F G F Gh rq Aq C5 C C C F4q. Fe Gq Aq Bbw Bbe Bbq Bbe Bbq Bb Ah rq
Bb4q Bb Bb Bbe Bb Bbq Bbh Bbq Ae A Aq A Bb Ah rq
Bb4q Bb Bb Bb Bb Bbh Bbq C5e C C C C C C C C C C C Cq C A4q A A A A Ah Aq Bb Bb Bb Bb C5h.
Bb4q A A A A A Ah Ae A Bb Bb Bbq Bb Bb C5h A4q Bb C5 C C C F4q. Fe Gq A Bbh rh Bbe Bbq Bbe Bbq Bb Aw rw
A4q G A G F Fh Fq G F G F Gh rq Ge Ge Aq G A G A G F4h Gq Fe Fe Gq Fq Gh rq Aq C5 C C C F4q. F4e Gq A Bbh rh Bbe Bbq Bbe Bbq Bb Aw.
-- part contents for card part 111
----- text -----
•G4 - worry
Bell,250
G4q Bb Eb Bb G Bb Eb Bb A Bb D4q3 F Ab Bbw Aq Bb Bb3 Bb4 Ab Bb Bb3 Bb4 G Bb Eb4q3 G Bb Eb5w Cq Eb Eb4 Eb5 B4 Eb5 Eb4 Eb5 Bb4h C5q Db G4w
A4w Aw Aq G G F Aq G G F Gw Fh Dh C4q Fh. rq Gq Aq Bbq C5w C#W Dw rq Bb4q C5q C#q Dw Ew
F5q Eq Dq Cq Dq Cq B4q Bb Aw Aw Aq Gq Gq Fq Aq Gq Gq Fq Gw Fh Dh Cq Fw
Gq Aq Bbq C5w C#W Eq Dq C#q Dh. D#q Eq dq cq Bb4q Aq Gh Fw
-- part contents for card part 113
----- text -----
•H1 - beautiful
Piano,140
A4e C5e Ce A4e D5q. Ce Ch. rq A4e Bbe Aq As Gh. re rh De Ee Fe Ge Aq. Gq re Cs Cs D5q Ce Ce A4e Fe. Ge Aw rh
A4e C5e Ce A4e D5q. Ce Ch. rq A4e Bbe Aq As Gh. re rh De Ee Fq Aq. Ge Gq. Ce D5q Ce De A4e Ge Fe Ge Fw. rh
A4e C5e Ce A4e D5q. Ce Ch. rq A4e Bbe Aq As Gh. re rh De Ee Fe Ge Aq. Gq re Cs Cs D5q Ce Ce A4e Fe. Ge Aw rh
-- part contents for card part 114
----- text -----
•H2 - Guantanamera
Harp,170
C5q Ce C D Dq. rh re Bb4e D5 D Cq De Bb4 C5 Cq. rw A4q Bbe C5e Dh Ch re D5 Bb4 G Fq F4e E Dh Cq r re
F4e G F Gq Ge F G Gq. rh re Ge A Bbe Aq F4e Dq. Ge Gq. rq re Fe G F Gq Ge F G G rq rh re Ge C5 C Ch Ce Bb4q Ae Ge Gq. re Ge A Bb C5e Cq Ce Dh C re
D5e Bb4 G Fq Fe Ee Dh C rh C5q C C D Dq. rh re Bb4e D5q De Cq Bb4e C5 Cq. rw A4q Bbe C5 Dh Ch re D5e Bb4 G Fq Fe E Dh C rh
-- part contents for card part 115
----- text -----
•H3 - Rising
Flute,90
rh. re3 re Ae D4q. Ee Fq. Ae Gq. De Dq. D5e Dq. De Cq. A4e Ah. re D5s Ds Dq. E4e Fq. A4e Ge Dq3 De3 De3 Dq. De Dq. De C#e A3q C#4e Dw
re3 re D5e D5q. D5e C5q. F4e G4e D4h rq. re D5q. De C5q. A4e A4h. re D5e Dq. De Cq. F4e Gq. De Fq. re Dq. De C#e A3q C#4e Dw
A3e D4e Dq. Fq. Ae G Dh rq3 D5e D Dq. D5e C5q. A4e A4w D5q. De C F4q Fe G De re3 D D Fq re3 De De Dq De3 D D C#e A3q C#4e Dw
rh re D5q re3 D D Dq. De Cq. F4e Ge Dh rq D5e Dq De3 D D Cq. A4e A4h. re D5e Dq. De Ce F4q Fe Ge Dq. Dq. De Dq. De C#4e A3q C4e Dw.
-- part contents for card part 116
----- text -----
•H4 - Candy
Bb Clarinet,250
B3h D4q Ew F#q Dq Eq F#q Dq Ch Dq Aw. D5q C# D C B4 C5 B4 A# B A4h. Gq B B F# B B E B B F#h. Eh. F# G C5h. B4q A# B F# G#w A4q d5 c5 a4 Gq B4q Bq Dq Bq Bh Bq Bq Dq Bq Be re
B3h D4q Ew F#q Dq Eq F#q Dq Ch Dq Aw. D5q C# D C B4 C5 B4 A# B A4h. Gq B B F# B B E B B F#h. Eh. F# G C5h. B4q A# B F# G#w A4q d5 c5 a4 Gq B4q Bq Dq Bq Bh Bq Bq Dq Bq Be re
E4h. Aq G E F#h. Dh. Cq D E F# G A Bw. C5q C C A4h C5q B4w. Dq D D D D D D D D D E F# Gh. F# E F#h.
B3h D4q Ew F#q Dq Eq F#q Dq Ch Dq Aw. D5q C# D C B4 C5 B4 A# B A4h. Gq B B F# B B E B B F#h. Eh. F# G C5h D4q B A# B dh Dq B A# B D5h B4q A# B D E G B A# B D5h. B4q A# B F# G#w Aq D5q C5 A4 Gw
-- part contents for card part 117
----- text -----
•H5 - Pollution
Piano, 150
C4q Ee Gq Gq Ge Fe F Eq De G3q. B3q D4e Fq Aq. Aq Ge Eq Cq. C4q Ee Gq C5e B4e C5 D Cq A4h re G4q Ge G G G G Fq F B3e C4q C4q C5q. A4q. C5q B4q. Gq Be Bq Aq Ae Aq Fe Aq G#w A4q. Gq. Fq Eq. Cq. Eq F Fe Fq Ee Dq Cq rh.
C4q Ee Gq Ge Gq Fq E4e D4q G3q. B3q D4e Fq Aq. Aq Ge Eq Cq. rs G4e G G C5q. Cq Ce G4e Ge Gq. rs E4q G Ge Gq Gq. Fe B3q C4q. rs
C4q C5q. A4q. C5q B4q. Gq Be Bq A Ae Aq Fe Aq G#h. G#4q A4q. G4 F4q E4q. C4 E4q F4q. E4 D4q C4
C4q Ee Gq Gq Ge Fe Eq Dq. G3q B D4e Fq A Fe Ae Gq Eq. C4q Cq Ee Gq C5e B4 C5 D Cq A4q. A4e A Gq G Ge G G G F B3q C4q.
G4e Gq Ge Bbe Bbe D5q Ew A4e Aq Ae C5q Ce Dh. Eb4e Ge Gq Bbe Bbe Bbe C5h Bb4 Ge Fe Fe Fe Fe A A F F5h. D5e Bbe Bbe Bbe Bbq Bb4e Bbe Bbe Eb5h.
G4e A A A C5q Ce Dw G4e Gq Ge Bbq Bbe Bbe Bbe C5q De Cq G4q Ebe Fq Fe Fq Ge Ebq Fe A4q. C5q Fw C5q Fe Fq Fe Ce A4q E5q. C#e C#q C#5e. C#s De Dq C#e De Bb4e Fe Aw
E5e Aq Aq Ae Bbe Ae Ge Ge Dh De De Ee Eq Eq Fe Gq Fw A5e Aq Ae F D A4 E5q Ee E Eh F5e F F Dq Bb4e Fq Abw
Ab4e Gq Fq Fe Fe Aq Ae C5q Fe Fe Fh. De Fq. Fe Fe Ge Eq Fw
-- part contents for card part 122
----- text -----
•J5 - Boiling Rage
Pizz Strings, 152
E4e. Es Ee. Es Ee. Es Eq Ee. Es Ee. Es Eq A4 E4e. Es Ee. Es Ee. Es Eq Ee. Es Ee. Es Eq A4 C5e. Cs B4e. Bs C5e. Cs A4q Be. Bs Ae. As Bq Eq C5e. Cs B4e. Bs C5e. Cs A4q Be. Bs Ae. As Bq Ee.
E4e. Es Ee. Es Ee. Es Eq Ee. Es Ee. Es Eq A4 E4e. Es Ee. Es Ee. Es Eq Ee. Es Ee. Es Eq A4 C5e. Cs B4e. Bs C5e. Cs A4q Be. Bs Ae. As Bq Eq C5e. Cs B4e. Bs C5e. Cs A4q Be. Bs Ae. As Bq Eq
E5q. Ce A4 Bq C5 B4e3 C5e3 B4e3 Ah E4e. Fs Ee. Fs Ee. Fs Ee. Fs Eh Aq rq E5q. Ce A4 Bq C5 B4e3 C5e3 B4e3 Ah E4e. Fs Ee. Fs Ee. Fs Ee. Fs Eh Aq rq E5q E G G Fe Ee Dh. Eq E De Cq De Eh E Eq E G G Fe E Dh. Eq E De Cq De Eh Eh
E5q. Ce A4 Bq C5 B4e3 C5e3 B4e3 Ah E4e. Fs Ee. Fs Ee. Fs Ee. Fs Eh Aq rq E5q. Ce A4 Bq C5 B4e3 C5e3 B4e3 Ah E4e. Fs Ee. Fs Ee. Fs Ee. Fs Eh Aq rq E5q E G G Fe Ee Dh. Eq E De Cq De Eh E Eq E G G Fe E Dh. Eq E De Cq De Eh Eh
E5q. Ce A4 Bq C5 B4e3 C5e3 B4e3 Ah E4e. Fs Ee. Fs Ee. Fs Ee. Fs Eh Aq rq E5q. Ce A4 Bq C5 B4e3 C5e3 B4e3 Ah E4e. Fs Ee. Fs Ee. Fs Ee. Fs Eh Aq rq E5q E G G Fe Ee Dh. Eq E De Cq De Eh E Eq E G G Fe E Dh. Ee De Cq De C B4q Ah A5q rq
-- part contents for card part 123
----- text -----
•K1 - moon river
Voice,150
G4h. D5q Ch B4q. Ae G F Gh Cq Bq. Ae G F Gh Cq Dh. rh Eq Ch. Gq Eq. De Ch. Gq Eq. De Cq E G C5e B4q. Ae B Aq. Ge Ah.
G4h. D5q Ch B4q. Ae G F Gh Cq Bq. Ae G F Gh Cq Dh. rh Eq Ch. Eh Gq C5h. Dh Cq G4h. rq Be A Ge F Gh. re Ce B A G F Gh. C Fq Dw Eq Cw
-- part contents for card part 124
----- text -----
•K2 - ain't necessarily so
Sax, 200
G4e D5q3 Db G4 C5q3 B4 G Bbh. re G4e D5q3 Db G4 C5q3 B4 G Bbh. re G4e D5q3 Db G4 Bbq3 G Bb Gq3 Bb G Bbq3 G Bb Gq3 Bb G Fq3 D F Gw rq
G4e D5q3 Db G4 C5q3 B4 G Bbh. re G4e D5q3 Db G4 C5q3 B4 G Bbh. re G4e D5q3 Db G4 Bbq3 G Bb Gq3 Bb G Bbq3 G Bb Gq3 Bb G Fq3 D F Gw rq
Gq5 Fq3 Eb Db Cq3 Bb4 Ab Gq3 F G Abq3 Bb C5 D5q. De Dq. De Dh D5q Cq3 Bb4 A Gq3 F Eb Dq3 C D Eq3 F G Aq. Ae Aq. Ae Bbh.
G4e D5q3 Db G4 C5q3 B4 G Bbh. re G4e D5q3 Db G4 C5q3 B4 G Bbh. re G4e D5q3 Db G4 Bbq3 G Bb Gq3 Bb G Bbq3 G Bb Gq3 Bb G Fq3 D F Gw rq
G4q A4q3 Bb C5 A4q3 A# C5 D5h rq3 rq D4q Eq3 F# G G#q3 B A G4q3 A A# B4q3 D5 C B4q3 C5 D Eq3 E E Ew.
-- part contents for card part 125
----- text -----
•K3 - happiness
Sawtooth,100
D4e Eb Fh Bb3q rs G4e F Eb Fq Bb3 re G4e F Eb Fq Bb3 D4e Eb Fq Fh De Eb Fh Bb3q re G4e F Eb Fq Bb3q G4e F Eb Fq Bb3e Bb F#4 G Aq Ah
B4be Bb Bbh Fq G C5e Bb4 Aq Ge A Fh. Gq Ah. Gq Gbe G Ah Dq G Gb Eq. Ee Dw
D4e Eb Fh Bb3q G4e F Eb Fq Bb3 G4e F Eb Fq Bb3 Bb4h. Ebq De Eb Fh Dq Ebe F Gh Gq Ae Bb C5h A4q Bbh Gq Fw C5 Bb4
-- part contents for card part 126
----- text -----
•K4 - johnny b. goode
Elect. Guitar,200
C5e Ce Ce Ce Ce Ce A4e Bbe Ae Bbe Aq C5q. re
C5e Ce Ce Ce Ce Ce A4e Bbe Ae Bbe Aq Fq. re C5e Ce Ab4e Bbq Bbe Abq Bbe Abe Bbe Abq C5q. re
C5e C5e C5e C5e A4e C5q Bb4e A4e Fe Fq. re C5e Ce A4e Bbe Ae Bbe Ae Bbe Ae Bbq Ae C5q
F4e A Bb C5 C C Cq A4e Bb A Bb Ae F Fq
C5q Ch rq. re C5q. B4be Ae C5q re C5q Ch rq. re C5q. B4be ae C5q re
C5q Ch rq. re C5q. B4be abe C5q re C5q Ch rq. re C5q. B4be ae C5q re C5h rh re Bb4e A F Fw.
-- part contents for card part 127
----- text -----
•K5 - In the Tavern
Piano,132
F4s E De D D Fs E De D D Fs E De Fs E De Fs E De D D Ee E E E E E E E Ee E E E E E E E Fs E De D D Fs E De D D Fs E De Fs E De Fs E De D D Ee E E E E E E E Ee E E E E E E E E5e E E E E E E E Ee E E E E E E E4 rw
F4s E De D D Fs E De D D Fs E De Fs E De Fs E De D D Ee E E E E E E E Ee E E E E E E E Fs E De D D Fs E De D D Fs E De Fs E De Fs E De D D Ee E E E E E E E Ee E E E E E E E E5e E E E E E E E Ee E E E E E E E4 rw
E5q F E D C D Es D Ee rq rh E5q F E D C D Es D Ee rq rh E4e E E E E E E E Ee E E E E E E E Ee E E E E E E E Ee E E E Es E E E Ee E Fq F F Fe F F F Gs Fs E Eq rh Fq F F Fe F F F Gs Fs E Eq rh E4q F E D Ce C D D Eq E E F E De D C C Dq E E
E4e E E Es E Eq E E E E4e E E Es E Eq E E E E4e E E Es E Eq E E E E4e E Es E E E Ee E Eq F5q F E4 E F5 F E4 E F5 F E4 E F5 F E4 E
E4e E F# F# E E F# F# E E F# F# E E G# G# F# F# G# G# F# F# A A E E F# F# E E F# F# E E F# F# E E G# G# F# F# G# G# F# F# A A F# F# G# G# F# F# A A F# F# G# G# F# F# A A
Be B C#5 C# B4 B D5 D B4 B C#5 C# B4 B D5 D B4 B C#5 C# D D C# C# B4 B C#5 C# D D C# C# D5 D C# C# D D B4 B D5 D C# C# D D B4 B D5 D C# C# B4 B C#5 C# D5 D C# C# D D E E F5q F F F Fq. Gs F E D Eq rh.
F5q F F F Fq. Gs F E D Eq rh. E5q E E E Eq. Ds C Dq D E E E E Eq. Ds C Dq D Eq. Ds Cs Dq Dq Eq. Ds Cs Dq Dq Eq. Ds Cs Dq Dq Eq. Ds Cs Dq Dq Eq D C D Eq D C D Eq D C D E D E F
-- part contents for card part 27
----- text -----
Use the buttons below to flip through the lists of records, then punch a selection's number on the keypad to the right. Punch the "Custom" button under the keypad to play the selection with different instruments and at different tempi.
Click the mouse button and the record will stop playing at the end of a phrase.
-- part contents for background part 54
----- text -----
A5
-- part contents for card part 137
----- text -----
THE WURLIZBURG AUTOMUSICON -- I NSTRUCTIONS
SELECTING A TUNE
Click on one of the three buttons at the bottom of the screen to flip through the cards that list the selections currently stored in the Automusicon, then click the corresponding numbers on the keypad to play your chosen tune. The record will play at a preselected tempo and using a preselected instrument. While the record is playing, clicking anywhere once will halt the performance at the end of the current phrase.
SELECTING ANOTHER INSTRUMENT
To play a song with another instrument, click on the "Custom" button, then press the "instruments" on the control panel and make a choice from the resulting popup menu. If no choice is made, Automusicon will revert to using the pre-selected instrument. To reveal the name of the current choice, press with the optionKey down.
SELECTING ANOTHER TEMPO
To change the tempo, click on the "Custom" button, then press and drag in the rectangle at the bottom of the tempo section of the control panel. When you release the button, the selected tempo will be displayed in the field above it. Repeat until the tempo you want, or one close to it, is displayed. If you decide you want to hear the next song played with the default value, cancel the selection by pressing and dragging to the left until value in the field is 0.
The bar is marked at intervals of 250, with an extra mark at 102. The tempos selected using this bar button can range from 30 to 1000, but only 90 or so distinct tempos can be chosen using this method. Often the value you might want is outside the range or between two selectable tempos. If this is the case, click on the bar with the option key down and type your number into the text entry field of the resulting dialog box. The number should be an integer between 31 and 4999. Lower values are impractical and higher values generally produce nothing but a beep sound. Entering alphabetical characters will produce a beep.
FINAL NOTES
Using the above methods to change the character of the instrument and the tempo will affect every succeeding song played. If you click on the "Standard" button or return to the "bar", Automusicon will then revert to using the preselected parameters.
CREDITS
The XCMD "PopUpMenu" was written by Andrew Gillmartin.
"Bar Button," used for the tempo selection feature, was created by Lloyd Maxfield.
"FileName" and "NewFileName" were created by Steve Maller
Some of the sounds are from David Rakowski's stack "Toons" and from Ronald Pejril of Black Squirrel Software, the "click" sound is from the stack "StackStarter B.971", the "FidoClick" sound is from David Dunham's stack "Fido", and other sounds were extracted from other, unremebered stacks. Thanks.
The rest of the songs were transcribed using a clunky stack called "HC Play Notater". (To create a string of letters that correspond to the notes and their duration, the stack asks you to click on the keys of a keyboard and then on buttons above it to insert the duration indicators, then go back and edit the newly created text in the "song" field to remove extraneous octave designations and other unnecessary characters that the script insists on inserting. There has to be a better way.)
The default instrument and tempo assignments were performed, in part, by Michael Lockard.
Some addresses:
Lloyd Maxfield, Infosynthesis, 2960 Ferry Street, Eugene, OR 97405
David Rakowski, 51 Big Tree Way, Woodside, CA 94062
You might drop them a line and thank them if you like what you see and hear here.
Fillmore 123188
ADDING/EDITING SONGS
REPLACING/EDITING THE SONG DATA
The data for the "Play" function is stored in 50 hidden fields on this card. The fields are numbered from 21 to 70 and are named for the associated "jukebox" button combination. To see/edit a field, hold down the option key while clicking a letter/number combination, or type [show cd fld <the name of the combination
("G3", "E5", "H2", etc.)>] into the message box, or hold down the optionKey and click in the lower right-hand corner of the screen to bring up an "Ask" dialog box. Type a number corresponding to the number of the text field you want to edit into the dialog boxes text entry field. (Field number 21 is "A1", field number 22 is"A2", etc.)
The first line of the field contains an "•", the name of the field (the letter-number combination), and the name of the song. The second line contains the name of the instrument (the "snd " resource), a comma, and the tempo. There should be no spaces in either of these items. The third and succeeding lines contain the string(s) to be played. Each line must be shorter than 255 characters. (A HyperCard line is a string of characters terminated by a return. The HC line can wrap through many physical lines of the field.)
Example:
•Z6 -- A Sample Song -- This line can contain any additional information about the song.
Kazoo,1000
[A whole bunch of notation data. See the Help stack for further information about "play" and examine the songs in this stack for examples of ways to "compress" the data by eliminating redundant characters.]
To HIDE the data field(s), hold down the commandKey and click in the lower right-hand corner of the screen, or hold the optionKey down and click there to invoke the dialog box, then click "Cancel".
CHANGING THE DIRECTORY
The "Title/Artist" fields are in actuality a layer of two fields. Hold down the shiftKey-optionKey-commandKey combination to see the gap that you can "sneak" through to edit the bottom field or temporarily hide the uppermost field.
CHANGING SOUNDS/HPOPUPMENU
Use ResCopy or ResEdit to copy "snd " resources into and delete "snd " resources from this stack. If you just want to use the "snd " as the default instrument for a specific song, read no further.
To have your newly added "instrument" appear in the menu, open this card's script-editing window and edit the strings of instrument names found there, adding the names of the sounds you've added to the stack and deleting the names of sounds you have removed. . Ensure that the name of the sound is spelled correctly and that there are no extra spaces accidentally included. Edit these lines, too, if you want to change the order of the menu items. The first item in the line is the catagory and shouldn't be changed.
ADDITIONAL FEATURE
There are three hidden buttons under the menuBar that can be made visible by clicking on this field with the optionKey down. The first exports the data in all the song fields to a text file for examination and use in other stacks. The second imports from a "properly formatted" text file new "play" function data. The third exports to a text file a listing of the line lengths of the data in all the song fields, useful for diagnostic purposes since "play" can only work properly if a string of data is shorter than 255 characters. These buttons are hidden when you return to the "bar" or click on each of them with the optionKey down.
A properly formatted text file, you asked? The Import script needs to see a • (option-8) as the first character of the file, followed on that line by the name of the TEXT file. The data then is placed on succeeding lines. The • (option-8) character is the delimeter the import script recogizes and it should appear as the first character of the data to be put in a field. Example:
•YourFile
•Z6 -- A Sample Song
Kazoo,1000
[The notation data]
•X6 -- A Second Sample Song
SaucePan,432
[The notation data]
And so on.
The first line is actually ignored, but it's needed as a spacer. The data following the next delimiter, everything from that • to the next, will be put into a field named "Z6". The next set of data will be put into a field named "X6". (There are no fields on this card bearing those names, so HyperCard will stop processing the file at the first one, leaving the file open and the job undone. You'll see a "Don't understand" dialog box. Some data in the stack might be corrupted.) Make sure the field names are correct.
It is important that the delimiter and the following two characters are entered correctly. The rest of the data can contain errors and the only result will be that the song doesn't play properly, but if those three characters are incorrect, the song data fields could become corrupted, with a song meant to be played by clicking D5 being played when you click F2.
Note, too, that the song data in the file doesn't have to be entered in any special orderand that the file does not have to have data for every one of the 50 selections. The data is put into the indicated field and the others are left alone.
There is no way for the script to check that the file is correctly formatted, so it is up to you, the user, to make sure that the script is not asked to work with data it wasn't designed for. Hence this long explanation/warning. Don't be scared off by it. The songs in Automusicon are songs that the designer thought would be fun to play with. Your tastes are probably different, so the import function was added to give you the option of replacing his choices with yours. Just follow the simple rules spelled above.
MODIFIER KEYS
OptionKey
- Select a tune with the optionKey down to show and hide a song field.
- Click in the lower-right corner with the optionKey down to call up a Show Field dialog box.
(Click "Cancel" in this box to hide any visible fields, such as those over the tune selction buttons.)
- Click on this field with the optionKey down to hide it and show the Export and Import buttons.
- Click on the Export,Import and Line Length buttons with the optionKey down to hide them.
- Press on the Instruments button with the optionKey down to see the currently selected instrument.
- Press on the Tempos button with the optionKey down to select a specific tempo.
CommandKey
- Click in the lower-right corner with the commandKey down to hide all song fields.
ADDITIONAL SONGS
--Stairway to Paradise -150
harpsichord,150
C4q C5e. A4s Gq Ae. Gs. Bbe. As Gh Ee. Ds Cq E Ge Aq. Bbw Fq F5e. Ds Cq De. Cs Eb Ds Ch De. Cs Dq Cq B4e Aq. Gh
Gs Ae. Gs C5h. Es De. Cs Ee. Ds Ce Ch Ch. Ebe D C Eb D C Ch C4q C5e. A4s Gq Ae. Gs Bbe. As Gh E5e. D#s Eq B4q Ae Gq. C5h.
--Can't Take That Away 150
harpsichord,150
Eb4e Eb Eb Ebq Ebe Gh. Eb4e Eb Eb Ebq Ebe B3bh Eb4e Eb Eb Ebq Ebe Bbh. C5q C C Ebe. Cs B4be. Abs Bbq Ge Fe. Eb4e Eb4 Eb4 Ebq Ebe Gh.
Eb4e Eb4 Eb4 Ebq Ebe Bb3h. Eb4e Eb4 Eb4 Ebq Ebe Bb4w C5q C C Ebe. Cs B4be. Abs Bbq Ge Ebh. Bbh Abq G Ab G Bb Fh G Eb
- Nice work -150
Perc, 200
B4 C5 C5 B4 A4 B4h. G4q A A G4 F#4w
D4q. Ee re. Ds Ee. Gs Ae Bq. re. Ds Ee. Gs Ae Bq. Gq Ge Gh.rq
B4q C5 C5 B4 A Bh. Gq A Aq3 G# G F#4w
D4q. Ee re. Ds Ee. Gs Ae Bq. re. Ds Ee. Gs Ae Bq. Gq Ge Gw re